$html
$html : string
Converts plain text to HTML
$html : string
$text : string
$config : array
$_converted : bool
__construct(string $source = '', bool $from_file = false, array $config = []) : mixed
Constructor.
If the plain text source string (or file) is supplied, the class will instantiate with that source propagated, all that has to be done it to call get_html().
string | $source | Plain text |
bool | $from_file | Indicates $source is a file to pull content from |
array | $config | Class configuration |